Parameters
- severity
- The log message severity.
- writeMode
- Whether to queue-and-return or wait-for-commit.
- skipFrames
- The number of stack frames to skip back over to determine the original caller.
- exception
- An Exception object to attach to this log message.
- detailsXml
- Optional. An XML document with extended details about the message. Can be null.
- caption
- A single line display caption.
- description
- Optional. A multi-line description to use which can be a format string for the arguments. Can be null.
- args
- Optional. A variable number of arguments to insert into the formatted description string.